home *** CD-ROM | disk | FTP | other *** search
- EditorController = {
- ACTIONS = {
- runModalFor:;
- revert:;
- ok:;
- };
- OUTLETS = {
- box3;
- box2;
- window;
- appIconButton;
- okRevertMatrix;
- box4;
- mainTitle;
- text3;
- text1;
- box1;
- text2;
- };
- SUPERCLASS = Object;
- };
- CalculatedFieldController = {
- ACTIONS = {
- revert:;
- ok:;
- };
- OUTLETS = {
- fieldsMatrix;
- recordDescriptor;
- formulaField;
- box5;
- fieldTypeButton;
- clearButton;
- fieldNameField;
- fieldDescriptor;
- cannedFormulaMatrix;
- };
- SUPERCLASS = EditorController;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ShellText = {
- ACTIONS = {
- clearFormula:;
- enterBinop:;
- enterTab:;
- enterFieldName:;
- selectPrevField:;
- enterVar:;
- enterReturn:;
- execute:;
- enterSpecial:;
- enterCommand:;
- enterParens:;
- selectNextField:;
- enterFunction:;
- };
- SUPERCLASS = Text;
- };
-